From b939dbe0278753c06b3bf8fc5ea5fee0c79ed86b Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 14 Jan 2008 21:11:20 +0000 Subject: [PATCH] Newer Lowrance models can use waypoint comments, so write them. --- gpsbabel/lowranceusr.c | 2 +- gpsbabel/reference/lowrance.usr | Bin 353 -> 622 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/lowranceusr.c b/gpsbabel/lowranceusr.c index 0664cdd56..308805b16 100644 --- a/gpsbabel/lowranceusr.c +++ b/gpsbabel/lowranceusr.c @@ -682,7 +682,7 @@ lowranceusr_waypt_disp(const waypoint *wpt) /** * Comments aren't used by the iFinder yet so they just take up space... */ - if (0 && wpt->description && strcmp(wpt->description, wpt->shortname) != 0) { + if (wpt->description && strcmp(wpt->description, wpt->shortname) != 0) { comment = xstrdup(wpt->description); TextLen = strlen(comment); my_fwrite4(&TextLen, file_out); diff --git a/gpsbabel/reference/lowrance.usr b/gpsbabel/reference/lowrance.usr index 32b2ea607f0f12385a04786ca713d70456d34f61..26350d0292457fd874791cdd7e32be69f2700ee3 100644 GIT binary patch delta 362 zcmZ{fK~BRk5Jgi2cVIzbYEZjifkLE;b)iX%il|5sYZsYhRL73&q>^tzmD6w<#05A5 zW2LBU@WPw_{QvXU!S~^N{{n&_c+iciIVzaoTEI;3jZm<1U>obgD2%oPc78@&RtU(9 zmePkjyt%GW>KcX+^Ae@oCT!3r><%{qCc0b+|K1 B3>E+Y -- 2.30.2